From 12cba698dd2d1471ffaf20db2d584e01e5e86385 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 May 2009 09:09:28 +0000 Subject: [PATCH] (Ffile_attributes): Doc fix. --- src/dired.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/dired.c b/src/dired.c index 3505448017e..999d6683432 100644 --- a/src/dired.c +++ b/src/dired.c @@ -934,6 +934,7 @@ Elements of the attribute list are: 3. File gid, likewise. 4. Last access time, as a list of two integers. First integer has high-order 16 bits of time, second has low 16 bits. + (See a note below about FAT-based filesystems.) 5. Last modification time, likewise. 6. Last status change time, likewise. 7. Size in bytes. @@ -949,7 +950,10 @@ Elements of the attribute list are: a cons cell, similar to the inode number. On MS-Windows, performance depends on `w32-get-true-file-attributes', -which see. */) +which see. + +On some FAT-based filesystems, only the date of last access is recorded, +so last access time will always be midnight of that day. */) (filename, id_format) Lisp_Object filename, id_format; { -- 2.30.2